home *** CD-ROM | disk | FTP | other *** search
- /* WIDE AREA INFORMATION SERVER SOFTWARE:
- No guarantees or restrictions. See the readme file for the full standard
- disclaimer.
-
- This is part of the X user-interface for the WAIS software. Do with it
- as you please.
-
- Version 0.8
- Fri Feb 1 1991
-
- jonathan@Think.COM
-
- */
-
- #ifndef _H_XSTUFF
- #define _H_XSTUFF
-
- #include <X11/Xlib.h>
- #include <X11/Xos.h>
- #include <X11/Intrinsic.h>
- #include <X11/IntrinsicP.h>
- #include <X11/StringDefs.h>
- #include <X11/cursorfont.h>
- #include <X11/Xatom.h>
-
- #include <X11/Shell.h>
- #include <X11/ShellP.h>
- #include <X11/Xaw/Box.h>
- #include <X11/Xaw/Command.h>
- #include <X11/Xaw/Label.h>
- #include <X11/Xaw/AsciiText.h>
- #include <X11/Xaw/List.h>
- #include <X11/Xaw/Scrollbar.h>
- #include <X11/Xaw/Viewport.h>
- #include <X11/Xaw/Cardinals.h>
- #include <X11/Xaw/Dialog.h>
-
- #include <X11/Xaw/MenuButton.h>
- #include <X11/Xaw/SimpleMenu.h>
- #include <X11/Xaw/Sme.h>
- #include <X11/Xaw/SmeBSB.h>
-
- #endif
-